home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / amiga / amipac63.lha / S / AmiPac_UK.HD < prev    next >
Encoding:
Text File  |  1993-01-04  |  597 b   |  30 lines

  1. ;NEW script file for AmiPac
  2. failat 30
  3. makedir T:AmiPac_RUN!
  4. if WARN 
  5.     newshell "CON:0/100/400/30/AmiPac is ALREADY RUNNING!!!/CLOSE"
  6. quit
  7. endif
  8. protect T:AmiPac_RUN! rwed SUB
  9. ;
  10. ;;VERY important the following!!!
  11. ;
  12. if exists amipac:c
  13. path amipac:c add
  14. endif
  15. path amipac:brh's add
  16. version >NIL: explode.library
  17. if warn
  18. expload
  19. endif
  20. execute country
  21. ;
  22. Assign AmiPac_DATA: RAM: ;automatic ANSWERS
  23. ;;;;;;:c/ChangeTaskPri -1 NOT!  BUILT-IN!
  24. cd ram:  ;TO REDIRECT THE 7plus output (7bit redirect itself!)
  25. execute AmiPac:a.x/amipac.parms
  26. ;
  27. protect T:AmiPac_RUN! rwed ADD
  28. delete T:AmiPac_RUN! all
  29. failat 10
  30.